home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////
- // ON.SLT - by Terry Robertson (October 1988) //
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
- // //
- // This script switches on Zmodem Autodownload. There is a second //
- // script called OFF which switches Autodownload off again. //
- // //
- // For details of Autodownload see the TELIX manual - TELIX.DOC. //
- // //
- // This script is most useful when it is "attached" to a function //
- // key. //
- // //
- /////////////////////////////////////////////////////////////////////////
-
-
-
-
-
-
-
-
-
-
-
-
- Main()
-
- {
- int xpos, ypos;
-
- _zmod_auto = 1;
-
- xpos = getx();
- ypos = gety();
- pstraxy(" Auto Zmodem ON ",0,24,112);
- gotoxy(xpos, ypos);
-
- }
-